home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9250 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  891 b 

  1. Path: garden.csc.calpoly.edu!not-for-mail
  2. From: dstubbs@garden.csc.calpoly.edu (Dan Stubbs)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C library routines source code
  5. Date: 8 Mar 1996 14:23:19 -0800
  6. Organization: Cal Poly, San Luis Obispo
  7. Message-ID: <4hqc0n$e3m@garden.csc.calpoly.edu>
  8. References: <4hn42i$j6j@sdcc12.ucsd.edu>
  9. NNTP-Posting-User: dstubbs@garden.csc.calpoly.edu
  10. Keywords: C library routines source code
  11.  
  12. In article <4hn42i$j6j@sdcc12.ucsd.edu>,
  13. Anand (Andy) Rao <arao@sdcc15.ucsd.edu> wrote:
  14. >How do I go about getting the source code for various C library
  15. >routines, such as memcpy?
  16. >
  17. >Regards,
  18. >
  19. >Anand Rao
  20. >arao@ucsd.edu
  21. >
  22.  
  23. Different systems use different implementations, of course, but a
  24. good location for source code (and explanations) is
  25.  
  26.    P.J. Plauger, "The Standard C Library," Prentice-Hall, 1992.
  27.  
  28. Probably everything you will ever want to know about the C Libraries.
  29.  
  30.